PreviousNextTracker indexSee it online !

(110/314) 2859229 - XML: tag completion shouldn't occur inside tags

XML plugin provides tag completion when pressing "<" (it suggests opening and closing tags) and ">" (it inserts closing tag if configured). But these shortcuts works also inside tags names (maybe acceptable for ">" but not for "<") and inside attributes (names and values).

Submitted leshij - 2009-09-15 - 12:26:56z Assigned kerik-sf
Priority 5 Category None
Status Open Group None
Resolution None Visibility No

Comments

2010-05-23 - 16:01:30z
kerik-sf
r17875 changes this a bit : now it does this only if the caret is inside quoted (in attribute value)
2010-05-24 - 19:06:39z
ezust
Now there is no partial completion for started tags.
Before that worked, i.e. if I started typing <a
I would see all the tags that started with a. Now that is broken.
2010-05-30 - 13:52:49z
kerik-sf
reverted in r17932

Attachments